home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / fair_tal.swf / scripts / DefineSprite_1 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  1.4 KB  |  38 lines

  1. stop();
  2. _parent._DWInitPage(this,"Page 1",1,1,0,- 1,- 1,- 1,550,450);
  3. _parent._DWInitObject(UText1,"Text 1",4,1,0,- 1,false,true,false,false,- 190,- 18,190,18,4);
  4. _parent._DWInitAppearances(UText1,1,1,2,1,3,1,4,1);
  5. with(_parent)
  6. {
  7.    UText1._DWActions = [new _DWEvent(["OnLeftClick"],new _DWActionList(new _DWMultiAction2(_DWLaunchURL,"http://www.akidsheart.com","")))];
  8. }
  9. _parent._DWInitObject(Udoll1,"doll1",3,1,0,- 1,false,true,false,false,- 65,- 122,65,122,9);
  10. _parent._DWInitAppearances(Udoll1,1,1,2,1,3,1,4,1);
  11. with(_parent)
  12. {
  13.    Udoll1._DWActions = [new _DWEvent(["OnLeftClick"],new _DWActionList(new _DWMultiAction1(_DWGotoPage,1,4)))];
  14. }
  15. _parent._DWInitObject(Udoll2,"doll2",3,3,0,- 1,false,true,false,false,- 65,- 122,65,122,14);
  16. _parent._DWInitAppearances(Udoll2,1,1,2,1,3,1,4,1);
  17. with(_parent)
  18. {
  19.    Udoll2._DWActions = [new _DWEvent(["OnLeftClick"],new _DWActionList(new _DWMultiAction1(_DWGotoPage,1,6)))];
  20. }
  21. _parent._DWInitObject(UText2,"Text 2",4,2,0,- 1,false,true,false,false,- 163,- 26,163,26,19);
  22. _parent._DWInitAppearances(UText2,1,1,2,1,3,1,4,1);
  23. with(_parent)
  24. {
  25.    UText2._DWActions = [];
  26. }
  27. _parent._DWInitObject(UText3,"Text 3",4,3,0,- 1,false,true,false,false,- 192,- 21,192,21,24);
  28. _parent._DWInitAppearances(UText3,1,1,2,1,3,1,4,1);
  29. with(_parent)
  30. {
  31.    UText3._DWActions = [];
  32. }
  33. with(_parent)
  34. {
  35.    this._DWActions = [];
  36. }
  37. _parent._DWStartPage(this);
  38.